projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a63f80b
)
dispextern.h: Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Apr 2010 17:48:22 +0000
(20:48 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 23 Apr 2010 17:48:22 +0000
(20:48 +0300)
src/dispextern.h
patch
|
blob
|
history
diff --git
a/src/dispextern.h
b/src/dispextern.h
index afbe6f5343d5e339df2386e02a1988702d3b0f6a..72c0b2ef4145e8d3e588ba9a2b55e40b459228f2 100644
(file)
--- a/
src/dispextern.h
+++ b/
src/dispextern.h
@@
-2231,7
+2231,7
@@
struct it
If `what' == IT_COMPOSITION, the first component of a composition
and length in bytes of the composition.
- If `what' is anything else, these t
ow
are undefined (will
+ If `what' is anything else, these t
wo
are undefined (will
probably hold values for the last IT_CHARACTER or IT_COMPOSITION
traversed by the iterator.